home *** CD-ROM | disk | FTP | other *** search
/ Learning Games / Learning Games (1995)(Maple Media).iso / edam03 / edwin.inf < prev    next >
Text File  |  1993-05-16  |  2KB  |  58 lines

  1. ;; INSTALLIT SCRIPT TEST
  2. Popup Edwin Home Module I Unregistered
  3. SetCompletionStatusTo Unfinished
  4. SetMainBorderTo Double
  5. SetPopupAttrTo WhiteOnBrown
  6. SetAttentionAttrTo WhiteonCyan
  7. SetPopupBorderTo Double
  8. SetBottomLineto Press <ESC> to quit.  Call 516 423 2589 for help.
  9.  
  10. Dialog
  11.   Thank you for obtaining the
  12.   
  13.   Edwin Home Module 1
  14.         * Basic Addition
  15.         * Basic Subtraction
  16.  
  17.   Please Register these products to receive
  18.     information on upgrades, manuals, and 
  19.     other products.  There is a $15.00 charge
  20.     for registration.  More information is
  21.     available in "read.me" on diskette 1.
  22.  
  23.   When this program is done, you will have
  24.   a new program group, with 
  25.   penguin icons to start Edwin Products.
  26.   Unless you override, all products will
  27.   be in the subdirectory EDWIN.
  28.  
  29.   You may move these icons to the windows of
  30.   your choice using the mouse drag.
  31.  
  32.   Press <ESC> to quit if you want to stop
  33.   the installation.
  34.  
  35.   Please put in the first diskette.
  36.  
  37. EndDialog
  38.  
  39. DetermineInstallationDirectory c:\edwin RequireFixed
  40. VerifyCorrectMedia [InstallFromDrive] filename=edaddh.exe
  41. CopyFiles from [InstallFromDrive]:\ to [InstallationDirectory]
  42.         edwin.$$$
  43.         edaddh.exe
  44.         edaddh.hlp
  45.         addprob.$$$
  46.         edsubh.exe
  47.         subprob.$$$
  48. EndCopyFiles
  49.  
  50. BuildProgramGroup "Edwin Education" edwin.grp Replace
  51.         [InstallationDirectory]\edaddh.exe "Addition" [InstallationDirectory]\edaddh.exe 1
  52.         [InstallationDirectory]\edsubh.exe "Subtraction" [InstallationDirectory]\edsubh.exe 1
  53. EndBuildProgramGroup
  54. Popup Edwin Home Module I has been installed.
  55. SoLong
  56. EndScript
  57.  
  58.